Welcome![Sign In][Sign Up]
Location:
Search - windows service

Search list

[Documents用Visual C#创建Windows服务程序

Description: 用Visual C#创建Windows服务程序.rar-Visual C# create Windows service procedures. Rar
Platform: | Size: 29696 | Author: 所罗门 | Hits:

[Windows Develop用 C 语言编写 Windows 服务程序的五个步骤

Description: Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn how to develop it, C is the best choice. This article will give you an example about how to develop a basic service program which can query the physical memory and write the results to a text file. You can develop your own service program after this pratice.
Platform: | Size: 30720 | Author: | Hits:

[Search Enginewindows应用程序版的google搜索引擎源码

Description: 很多时候感觉用www.google.com搜索网站挺麻烦的,查阅MSDN的知识库后用C#写了这个windows应用程序版的google搜索引擎,主要调用了google开放出来的web service,不过搜索时速度还不是很快,但至少省去了右键[在新窗口中打开]的麻烦,以下是程序的源码. -often feel www.google.com search site with a very troublesome to access the knowledge base after MSDN C# to write this application windows version of the Google search engine, Google called the opening of web service, but a search speed is not fast, but at least saved the right [in the new window opens] trouble, the following procedure is the source.
Platform: | Size: 4096 | Author: | Hits:

[Otherjava-service

Description: 让java程序以windows service方式运行,希望对大家有帮助!-procedures to allow java windows service running, and I hope to be helpful!
Platform: | Size: 200704 | Author: 雨诺 | Hits:

[OS programcservice_base_src

Description: a class to implement windows service
Platform: | Size: 8192 | Author: zhangguo | Hits:

[Consoleservicetest

Description: 一般的控制台程序,改写成windows 服务模式 ,这样可以加以自动启动,和失败自动再启动的功能!-Console general procedures, rewritten into windows service model, so that can be automatically activated, and the failure of the function of automatic re-start!
Platform: | Size: 7168 | Author: | Hits:

[OS programservice

Description: windows的后台服务程序,用来监控其他程序的运行情况,如果所监控的程序的进程断了,改服务能让起自动恢复-windows background service program that is used to monitor the operation of other programs, if the monitoring procedures for the process of breaking, and changing service allows automatic recovery from
Platform: | Size: 2352128 | Author: zhouyujie | Hits:

[CSharpCareEye

Description: 我自已写的windows服务程序,用c#编写,程序加入服务后,定时提醒放松眼睛,离开电脑休息一会儿-I have written in their own windows service program, with c# Prepared, the program joined the service, from time to time to remind relax the eyes, a short break away from your computer
Platform: | Size: 23552 | Author: 张志文 | Hits:

[Windows DevelopwindowService

Description: windows服务实例 Service windows服务实例 Servicewindows服务实例 Service-Examples of windows service Service windows service instance Servicewindows service instances Service
Platform: | Size: 65536 | Author: kyle | Hits:

[File OperateTestCSWinWatcherService

Description: This article will briefly explain how to set up a simple "File Watcher/ Directory Watcher" application to run as a Windows Service using Visual Studio 2005. The coding language used is C#.
Platform: | Size: 11264 | Author: 20070303 | Hits:

[OS programService

Description: windows服务程序开发的API函数封装源码-windows service program to develop the API function package source
Platform: | Size: 41984 | Author: hongwen | Hits:

[OtherServiceSetup

Description: 开发 Windows Service,启动自己的Service(包括auto-launch),关闭。-Develop Windows Service
Platform: | Size: 1899520 | Author: 柳敬首 | Hits:

[.netWindowsServices

Description: Simple Windows Services Describe Windows Service under Visual Studio Introduction As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted. This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account. Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl + Alt + P shortcut. -Simple Windows Services Describe Windows Service under Visual Studio Introduction As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted. This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account. Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl+ Alt+ P shortcut.
Platform: | Size: 188416 | Author: Eds | Hits:

[OS programNTService

Description: VB6开发的WINDOWS服务管理库,可用于加载/取消系统服务,获取服务状态等等.-VB6 development WINDOWS service management database can be used to load/cancellation system services, access to services, the state and so on.
Platform: | Size: 17408 | Author: RS | Hits:

[Compress-Decompress algrithmsControlService

Description: windows服务 控制程序,有安装、启动windows服务等功能-windows service control program, there are installed, start the windows service etc.
Platform: | Size: 71680 | Author: 曾先生 | Hits:

[CSharpKeyLogger

Description: This a key logger which runs as a windows service and tracks every key that is pressed. Generates a text file report. It is developed using windows hooks.-This is a key logger which runs as a windows service and tracks every key that is pressed. Generates a text file report. It is developed using windows hooks.
Platform: | Size: 539648 | Author: saurako | Hits:

[CSharpFrameworkHowToServiceManager

Description: this the demonstration of service manager for windows without using the windows service manager.This is achived with the help of dot net framework and visual c# -this is the demonstration of service manager for windows without using the windows service manager.This is achived with the help of dot net framework and visual c#
Platform: | Size: 15360 | Author: Athira Rejeesh | Hits:

[OS programService

Description: vc制作windows服务程序,从别人那找来的一个类,用着不错,上传为了备份 使用 程序名.exe -s 为安装服务 程序名 -r 为卸载服务-vc create windows service program, from others that got from a class, with a good backup to use the program name in order to upload. exe-s for the installation service program to uninstall the service name-r
Platform: | Size: 43008 | Author: 马玉东 | Hits:

[OS programwinservice

Description: 用delphi编写的可管理windows服务的示例-Prepared using delphi managed windows service example
Platform: | Size: 167936 | Author: henry | Hits:

[OS programwindows-service

Description: 本程序可以通过windows服务程序来启动你想要启动的程序。-This procedure can be started by windows service program to start the program you want.
Platform: | Size: 38912 | Author: bao | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net